Bluedot SDK Docs
Toggle table of contents
17.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Bluedot SDK Docs
Bluedot SDK Docs
/
au.com.bluedot.point.net.engine
/
LocationInfo
Location
Info
data
class
LocationInfo
(
val
latitude
:
Double
,
val
longitude
:
Double
,
speed
:
Float
,
bearing
:
Float
,
val
timeStamp
:
Long
)
:
Parcelable
Members
Constructors
Location
Info
Link copied to clipboard
constructor
(
bdLocation
:
BDLocationUpdate
)
constructor
(
latitude
:
Double
,
longitude
:
Double
,
speed
:
Float
,
bearing
:
Float
,
timeStamp
:
Long
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
time
Stamp
Link copied to clipboard
val
timeStamp
:
Long
Functions
get
Bearing
Link copied to clipboard
fun
getBearing
(
)
:
Double
get
Speed
Link copied to clipboard
fun
getSpeed
(
)
:
Double
has
Bearing
Link copied to clipboard
fun
hasBearing
(
)
:
Boolean
has
Speed
Link copied to clipboard
fun
hasSpeed
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)